home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Source / READ ME (source) < prev   
Encoding:
Text File  |  1994-07-07  |  1.3 KB  |  35 lines  |  [TEXT/ttxt]

  1. This archive contains the source code for
  2. the Caml Light system, release 0.61, Macintosh version.
  3.  
  4. The source files are not required to run Caml Light. They are provided
  5. for the curious minds who would like to see how the
  6. system is built, and for the advanced users who would like to modify
  7. the system themselves.
  8.  
  9. The code has been developed under MPW 3.2.
  10.  
  11. CONTENTS:
  12.  
  13.   src:                  The source folder.
  14.   src:runtime:          The bytecode interpreter and runtime system (in C).
  15.   src:lib:              The standard library (in Caml Light).
  16.   src:compiler:         The compiler (in Caml Light).
  17.   src:linker:           The linker (in Caml Light).
  18.   src:librar            The librarian (in Caml Light).
  19.   src:toplevel:         The toplevel system (in Caml Light).
  20.   src:lex:              The lexer generator (in Caml Light).
  21.   src:yacc:             The parser generator (in C).
  22.   src:tools:            Various utilities (MPW scripts).
  23.   config:               Configuration files.
  24.   READ ME (source)      This file.
  25.   LISEZ MOI (source)    French version of this file.
  26.   COPYRIGHT - copy      INRIA's copyright notice.
  27.  
  28. COPYRIGHT:
  29.  
  30.   All files in this distribution are copyright INRIA and distributed
  31.   under the conditions stated in file COPYRIGHT - copy.
  32.   They can be freely redistributed but not sold; the redistribution
  33.   must include the copyright notice.
  34.  
  35.